projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f17e66
)
(Fx_focus_frame): Call x_ewmh_activate_frame
author
Jan Djärv
<jan.h.d@swipnet.se>
Wed, 18 Jul 2007 10:46:25 +0000
(10:46 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Wed, 18 Jul 2007 10:46:25 +0000
(10:46 +0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index a73e05b81c37cfa21ba8d5d8b6d25d79fc0d83f1..a180c08e6da7480d607c1ce25efe9a145dca8538 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-3510,6
+3510,7
@@
FRAME nil means use the selected frame. */)
x_catch_errors (dpy);
XSetInputFocus (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
RevertToParent, CurrentTime);
+ x_ewmh_activate_frame (f);
x_uncatch_errors ();
UNBLOCK_INPUT;